module LabItems {
	imports {
		Base
	}

/* ------------------------------ MELTING ------------------------------ */

	item FrnFormaForTestTube {
	    DisplayCategory		=	zreCraftMelting,
		Type				=	Normal,
		DisplayName			=	Forma for Test Tube,
		Icon				=	FormaForTestTube,
		Weight				=	2.5,
		WorldStaticModel 	=	LabItems.Item_FrnIngotMold,
	}
	item FrnFormaForFlask {
	    DisplayCategory		=	zreCraftMelting,
		Type				=	Normal,
		DisplayName			=	Forma for Flask,
		Icon				=	FormaForFlask,
		Weight				=	2.5,
		WorldStaticModel 	=	LabItems.Item_FrnIngotMold,
	}
	item FrnFormaForSyringeReusable {
	    DisplayCategory		=	zreCraftMelting,
		Type				=	Normal,
		DisplayName			=	Forma for Syringe Reusable,
		Icon				=	FormaForSyringeReusable,
		Weight				=	2.5,
		WorldStaticModel 	=	LabItems.Item_FrnIngotMold,
	}
	item FrnFormaForJar {
	    DisplayCategory		=	zreCraftMelting,
		Type				=	Normal,
		DisplayName			=	Forma for Jar,
		Icon				=	FormaForJar,
		Weight				=	2.5,
		WorldStaticModel 	=	LabItems.Item_FrnIngotMold,
	}
	item FrnFormaForJarLid {
	    DisplayCategory		=	zreCraftMelting,
		Type				=	Normal,
		DisplayName			=	Forma for Jar Lid,
		Icon				=	FormaForJarLid,
		Weight				=	2.5,
		WorldStaticModel 	=	LabItems.Item_FrnIngotMold,
	}
	item FrnFormaForNeedle {
	    DisplayCategory		=	zreCraftMelting,
		Type				=	Normal,
		DisplayName			=	Forma for Needle,
		Icon				=	FormaForNeedle,
		Weight				=	2.5,
		WorldStaticModel 	=	LabItems.Item_FrnIngotMold,
	}
	item FrnFormaForSmallMetallList {
	    DisplayCategory		=	zreCraftMelting,
		Type				=	Normal,
		DisplayName			=	Forma for Small Metal Sheet,
		Icon				=	FormaForSmallMetallList,
		Weight				=	2.5,
		WorldStaticModel 	=	LabItems.Item_FrnIngotMold,
	}

}
